Digital Competence Insights
  • Dimensions
    • Strategic Information
    • Critical Information
    • Netiquette
    • Digital Content Creation
    • Safety
    • Digital Health
    • Green Digital
    • Digital Problem Solving
    • Transactional
    • AI
    • Gen AI
  • Skills
  • Performance
  • Knowledge
  • Highlights
  • About

About

This dashboard aggregates and visualizes data

Dashboard Creators

Photo of a majestic orange cat
Mario il Gatto
Mario il Gatto is a data scientist who believes that every dataset has a soul and that R is the language of the gods. He spends his days making beautiful visualizations and his nights dreaming of perfectly normalized databases.
Website: mario-il-gatto.data
Photo of a happy golden retriever
Giuseppe il Cane
Giuseppe il Cane is a machine learning engineer who thinks that neural networks are just very complicated dogs. He's convinced that every algorithm needs a good walk and that overfitting is just a sign of too much enthusiasm.
Website: giuseppe-il-cane.ai

More about Dashboardr

Dashboardr is an R package with a clear vision: to make it intuitive for everyone to create beautiful dashboards. The package is especially useful when time is limited. The iterative piping logic means that it is very quick to add new pages and plots, even when the user is inexperienced with programming. In a variety of contexts, this means that you can get quick, beautiful insights to present findings to wider audiences.

Back to top
Source Code
---
title: "{{< iconify ph info-fill >}} About"
format: html
---

```{r}
#| include: false
library(dashboardr)
```

This dashboard aggregates and visualizes data

## Dashboard Creators

```{r, echo=FALSE, message=FALSE, warning=FALSE}
library(htmltools)
library(dashboardr)

mario_card <- card(
  content = "Mario il Gatto is a data scientist who believes that every dataset has a soul and that R is the language of the gods. He spends his days making beautiful visualizations and his nights dreaming of perfectly normalized databases.",
  title = "Mario il Gatto",
  image = "https://images.unsplash.com/photo-1514888286974-6c03e2ca1dba?w=300&h=200&fit=crop",
  image_alt = "Photo of a majestic orange cat",
  footer = "Website: mario-il-gatto.data",
  class = "mb-3"
)

giuseppe_card <- card(
  content = "Giuseppe il Cane is a machine learning engineer who thinks that neural networks are just very complicated dogs. He's convinced that every algorithm needs a good walk and that overfitting is just a sign of too much enthusiasm.",
  title = "Giuseppe il Cane",
  image = "https://images.unsplash.com/photo-1552053831-71594a27632d?w=300&h=200&fit=crop",
  image_alt = "Photo of a happy golden retriever",
  footer = "Website: giuseppe-il-cane.ai",
  class = "mb-3"
)

# Display cards in a row using the card_row function
card_row(mario_card, giuseppe_card)
```
## More about Dashboardr
Dashboardr is an R package with a clear vision: to make it intuitive for everyone to create beautiful dashboards.
The package is especially useful when time is limited. The iterative piping logic means that it is very quick to add new pages
and plots, even when the user is inexperienced with programming.
In a variety of contexts, this means that you can get quick, beautiful insights to present findings to wider audiences.

© 2025 Digital Competence Insights Dashboard - All Rights Reserved

 

dashboardr Powered by dashboardr